home *** CD-ROM | disk | FTP | other *** search
- Path: news1.cris.com!Crawford
- From: Crawford@cris.com (CRAWFORD)
- Newsgroups: comp.lang.c
- Subject: Re: Help with writing floating points numbers to strings
- Date: 15 Mar 1996 13:40:04 GMT
- Organization: Concentric Internet Services
- Message-ID: <4ibrvk$308@spectator.cris.com>
- References: <4ia9g9$d1f@yama.mcc.ac.uk>
- Reply-To: crawford@iac.net
- NNTP-Posting-Host: viking.cris.com
-
- Simon Letherman <simon@ma.man.ac.uk> writes:
- > sprintf(string, "%lf", &double);
- ^^^^^^^
- >I get the core dumped on me.
-
- Could the problem be you're passing the _address_ of double,
- not the _value_?
-
- --
- The Lurker On the Threshold...
- Robert Crawford crawford@iac.net
- http://www.iac.net/~crawford
-